Metadata-Version: 2.1
Name: Monzo API
Version: 0.2.0
Summary: Package to interact with the API provided by Monzo bank
Home-page: https://github.com/petermcd/monzo-api
Author: Peter McDonald
Author-email: git@petermcdonald.co.uk
Project-URL: Bug Tracker, https://github.com/petermcd/monzo-api/issues
Project-URL: Documentation, https://monzo-api.readthedocs.io
Project-URL: Source, https://github.com/petermcd/monzo-api
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: build
Provides-Extra: docs
Provides-Extra: viewer
License-File: LICENSE

Monzo API
=====================================

The Monzo API package allows you to interact with the API provided by Monzo
bank.

DISCLAIMER
-------------------------------------

Before using this package it is important to understand that the Monzo API should only be
used for non-public projects hosted securely. Please do not use this on a public server
and do not use it for accessing other users accounts.

Installation
-------------------------------------

The package can be installed as a standard pip project:


.. code-block:: bash

    pip install monzo-api

Basic Usage
-------------------------------------

Prior to using the API you need to obtain a few details from Monzo. Please
read `this <https://monzo-api.readthedocs.io/en/latest/monzo_setup.html>`_
document.

Please see the examples in the example directory.

Documentation
-------------------------------------

Full documentation can be found on
`Read The Docs <https://monzo-api.readthedocs.io>`_
